home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 7599 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  4.7 KB

  1. Path: news.fido.net!fidouk!2-254-235-0!richard.town
  2. From: Richard.Town@f235.n254.z2.fidonet.org (Richard Town)
  3. Newsgroups: comp.dcom.modems
  4. Subject: COURIER HAS CALLER I
  5. Date: 10 Mar 96 15:25:05
  6. Organization: Barney's Rubble
  7. Message-ID: <afd_9603120122@fidouk.fidonet.org>
  8. NNTP-Posting-Host: rubble.fidouk.org
  9.  
  10.  -=> Quoting Jeff Brielmaier to
  11.  yaojunyaojunyaojun@tigger.uic.eduigger.uic.eduigger.uic.edu <=-
  12.  
  13. Whom?  :-)
  14.  
  15.  JB> It is transmitted via Bell 202 modulation standard (not a standard
  16.  JB> modem modulation format).
  17.  JB> In order to obtain the CID data, you need a Bell 202 type modulation
  18.  JB> device
  19.  
  20. Although the data signalling interface parameters match those of
  21. a Bell 202 modem, the receiving CPE need not be a Bell 202
  22. modem.  A V.23 1200 bps modem receiver may be used to demodulate
  23. the Bell 202 signal.  The ring indicate bit (RI) may be used on a
  24. modem to indicate when to monitor the phone line for CND
  25. information.  After the RI bit sets, indicating the first ring
  26. burst, the host waits for the RI bit to reset.  The host then
  27. configures the modem to monitor the phone line for CND
  28. information.
  29.  
  30.  JB> Then, the modem's software has to be able to convert the raw CID data
  31.  JB> stream into "human readable" form.
  32.  
  33. Here's how it's done on Zooms, no extra software is required:
  34. #CID=1  The modem will present the
  35.         data items in a <Tag><Value> pair format. The expected pairs are
  36.         data, time, caller code (telephone number), and name.
  37. #CID=2  Enables Caller ID with unformatted presentation to the DTE. The
  38.         modem will present the entire packet of information, excluding the
  39.         leading U's, in ASCII printable hex numbers.
  40.  
  41. Result Codes:
  42. OK      n = 0, 1, or 2.
  43. ERROR   Otherwise.
  44.  
  45. Inquiries
  46. #CID?   Retrieves the current Caller ID mode from the modem.
  47. #CID=?  Returns the mode capabilities of the modem in a list with each
  48.         element separated by commas.
  49.  
  50. Formatted Form Reporting
  51. The modem presents the data in the <tag> = <value> pair format as described
  52. in the table below. Spaces are present on both sides of the equal sign.
  53.  
  54.         Tag     Description
  55.         DATE    DATE = MMDD where MM is the month number (01 to 12) and DD
  56.                        is the day number (01..31).
  57.         TIME    TIME = HHMM where HH is the hour number (00 to 23) and MM
  58.                        is the minute number (00 to 59).
  59.         NMBR    NMBR = <number> or P or O where <number> is the telephone
  60.                        number of the caller, where P indicates that the
  61.                        calling number information is not available since the
  62.                        originating caller has requested private service, and
  63.                        where O indicates that the calling number information
  64.                        is not available or out of service at the calling
  65.                        location.
  66.         NAME    NAME = <listing name> where <listing name> is the
  67.                        subscription name.
  68.         MESG    MESG = <data tag> <length of message> <data> <checksum>
  69.                        in printable ASCII hex numbers. This tag indicates a
  70.                        data item not listed above. The message is only
  71.                        possible for Multiple Message Format.
  72.         Notes:
  73.         1.      The modem does not present any Caller ID information if the
  74.         DCE detects a checksum error in the Caller ID packet.
  75.         2.      In the event of an unrecognized data tag, the modem will
  76.         present the data in ASCII hex numbers following the MESG tag.
  77.  
  78. Example of Formatted Form Reporting
  79. 1.     The following example illustrates the standard Caller ID message
  80.        packet.
  81.          RING
  82.          DATE   =       0321
  83.          TIME   =       1405
  84.          NMBR   =       5045551234
  85.          NAME   =       A N OTHER
  86.          RING
  87.          RING
  88. 2.     The following example illustrates the case where the tag of the
  89.        packet is not recognized by the modem.
  90.          RING
  91.          MESG   =       060342424231
  92.          RING
  93.          RING
  94.  
  95. Sorry, but this is _not_ available for use with BABT approved (UK) Zooms.
  96. BT, in its wisdom, transmits CallerId info before the first ring and not
  97. between rings. :-(
  98.  
  99. If you'd like more info try:
  100.  
  101. CALLID.TXT   [06] Shortform description of UK's caller identity system.
  102.                   Contains details of units available in the UK
  103. USCALLID.TXT [06] How it should have been.  Details of caller ident system
  104.                   in use most everywhere _else_ in the world :)
  105.  
  106. rgdZ
  107. Richard
  108.  
  109.       +================================================+
  110.       | PackLink / Zoom Modem Support +44(0)1812972486 |
  111.       |      richard.town@f235.n254.z2.fidonet.org     |
  112.       | PackLink Niteline 7pm-7am GMT +44(0)1812972488 |
  113.       +================================================+
  114.  
  115.  
  116.  
  117.